home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 221 / 221.d81 / room 44 patch (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  292b  |  8 lines

  1. 0 rem room 44 patch
  2. 1 open15,8,15,"s0:room 44,s,w":close15
  3. 2 a$="[217]ou are walking in a decayed forest.    [212]here is very little light here "
  4. 3 a$=a$+chr$(13)+"and the air feels rather warm. [212]he      forest continues."
  5. 4 open2,8,2,"0:room 44,s,w"
  6. 5 print#2,a$:close 2
  7. 6 save"room 44 patch",8:rem run once!
  8.